home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Controls GH ƒ / utilities.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-22  |  246 b   |  8 lines  |  [TEXT/KAHL]

  1. /****** utilities.h *********
  2. **** prototype declaration for the utilities.c file
  3. ****/ 
  4. #pragma once
  5. Boolean TestForColor(void);
  6. Boolean UseColorQD(ControlHandle me, Rect *ctlRect);
  7. Boolean Using32Bit(void);
  8. Boolean TrapAvailable(short theTrap);